home *** CD-ROM | disk | FTP | other *** search
/ Power CD / Power CD ATARI-Rechner Lieben.iso / UTILITY / MENUDLX / BIN / GULAM.G < prev    next >
Encoding:
Text File  |  1991-08-16  |  4.2 KB  |  166 lines

  1. set GG      g
  2. set tcdir   $GG:\tc
  3. set texdir  e:\tex
  4. set ctexdir g:\ctex
  5. set drawdir h:\easydraw
  6. set gnucdir f:\gnuc
  7. set psdir   i:\ps
  8. set prtfoliodir e:\prtfolio
  9.  
  10. #set show_mem    1
  11. set dir_cache    1
  12. set verbosity 2
  13. set prompt    '$ncmd $cwd ①257'
  14. set prompt_tail    ' '
  15. set baud_rate    19200
  16. set sz_rs232_buffer    4096
  17. set sx_remote_cmd    'rz -a'
  18. set rx_remote_cmd    'sz -X'
  19. set gulam_help_file c:\bin\gulam.hlp
  20. #set histfile    e:\history.g
  21. set history 20
  22.  
  23. # the following sets tabs on Epson MX-80
  24. #set pr_bof '①033①D①010①020①030①040①050①060①070①033①C①102'
  25. #set pr_eof '①214'
  26. #set pr_eop '①214①n'
  27. #set pr_eol '①r①n'
  28.  
  29. # the following sets Atari SLM 804
  30. #set pr_bof '①033①D①010①020①030①040①050①060①070①033①C①102'
  31. set pr_eof '①014'
  32. #set pr_eop '①014'
  33. #set pr_eol '①r①n'
  34.  
  35.  
  36. setenv PATH c:,c:\bin,d:\lattic,e:\sound,h:\wordplus
  37.  
  38. setenv TRB c:\bin
  39. setenv TEMP e:
  40. setenv SUFF .prg,.tos,.ttp
  41. #setenv LIBPATH g:,d:\mwc\lib,d:\mwc\bin
  42. setenv TMPDIR g:
  43. #setenv INCDIR d:\mwc\include
  44. #setenv TIMEZONE CST:0:CDT
  45. setenv HELPDIR d:\rbhelp
  46. setenv HELPFILE 'gnutex;msdos'
  47. setenv MYINPUTS g:\metafont
  48.  
  49. #alias cc 'f:\cc.ttp -V -DMWC -c -Ic:\gulam -Ic:\bin\emacs'
  50. #alias li 'f:\cc.ttp -V *.o -lgu -lue -o a.prg'
  51. #alias ldlib 'cp d:\mwc\lib\*.* d:\mwc\bin\cc.ttp g:\ '
  52.  
  53. alias ngu    'ue c:\gulam.g'
  54.  
  55. alias clear    'echo %033E%c'
  56. alias c        clear
  57.  
  58. alias m         'pushd $texdir; gem menu+; popd'
  59. alias dfall     'df c d e f g h i'
  60. alias since     'time myfind -a$1 -r c:\ d:\ e:\ f:\ g:\ h:\ i:\'
  61.  
  62. alias prtfoljb  '$texdir\prtfoljb'
  63. alias frmtex    '$texdir\frmtex -n'
  64. alias frmtexp   '$texdir\frmtex -n -r37 -i0'
  65. alias touml     '$texdir\touml -r78'
  66. alias backpr    '$texdir\backpr -i5'
  67. alias dvitty    'echo "dvi2tty";$texdir\dvi2tty -o t $texdir\dvi\$1; echo "touml";touml -c t;echo "Ready for printing"'
  68. alias dvi2tty   '$texdir\dvi2tty'
  69. alias sda       'myfind -t -i -r $1 $cwd'
  70. alias myhelp    'd:\rbhelp\help'
  71. alias gnutex    'h:\gnutex\gnutex -l'
  72. alias todiss    'pushd $texdir\input\diss'
  73. alias todraw    'pushd $drawdir$1'
  74. alias draw      'pushd $drawdir; gem easydraw; popd'
  75. alias gemtex    '$drawdir\gemtex'
  76. alias tops      'pushd $psdir; gem uscript; popd'
  77. alias topsp     'a2ps $1 >$psdir\t.ps;pushd $psdir;gem uscript t.ps;Rm t.ps;popd'
  78. alias tosound    'pushd e:\sound$1'
  79. alias tosoundm    'pushd $GG:\soundm$1'
  80. alias toprocess 'pushd $GG:\process$1'
  81. alias toanalyze 'pushd $GG:\analyze$1'
  82. alias tobin    'pushd c:\bin$1'
  83. alias tolattic    'pushd d:\lattic\w$1'
  84. #alias tomwc     'pushd d:\mwc$1'
  85. #alias tosrc     'pushd e:\src$1'
  86. alias tovideo    'pushd e:\video$1'
  87. alias totex    'pushd $texdir$1'
  88. alias toctex    'pushd $ctexdir$1'
  89. alias totmp    'pushd e:\tmp$1'
  90. alias totc      'pushd $tcdir$1'
  91. alias tcc       'pushd $tcdir; gem tc; popd'
  92. alias tohelios  'pushd i:\helios'
  93. alias tofolio   'pushd $prtfoliodir$1;d'
  94. alias tofolio1  'pushd $prtfoliodir$1;d1'
  95. alias sig       'pushd i:\helios\home\duenki\signal'
  96. alias bye    exit
  97.  
  98. alias f01    'gem e:\filt\filt01'
  99. alias f02    'gem e:\filt\filt02'
  100. alias f03    'gem e:\filt\filt03'
  101. alias fcnv    'gem e:\filt\soundflt'
  102. alias m30    'gem e:\filt\max300'
  103. alias uni    'pushd c:\bin; gem c:\bin\uniterm;popd'
  104. alias uw    'pushd $GG:\uw; gem uw.prg;popd'
  105. alias soundm    'pushd e:\sound; gem soundm.prg; popd'
  106.  
  107. #alias txc    'rm *.aux *.log *.dvi'
  108.  
  109. alias emacs    'c:\bin\emacs.ttp @c:\emacs.rc $1'
  110. alias emacst    'c:\bin\emacs.ttp @c:\emacst.rc $1'
  111. alias wp    'gem c:\wordplus\wordplus $1'
  112. alias hdscan    'gem hdscan13'
  113. alias dir    'ls'
  114. alias t        'cat'
  115. alias d+    pushd
  116. alias d-    popd
  117. alias h        history
  118. alias p        more
  119. alias rm    'rm -i'
  120. alias Rm    rm
  121. alias ll    'ls -lF'
  122. alias ls    'ls -F'
  123. alias dir    'ls -F'
  124. alias cp    'cp +t'
  125. alias menu    'pushd e:\tex; gem menu+; popd'
  126. alias make    'd:\lattic\make -f $1.mak'
  127. alias assems    'd:\lattic\assem from $1.s to $1.o opt j'
  128. alias arxx      'd:\clink\arxx'
  129.  
  130. #kb -r 081 44
  131. #kb -r 083 42
  132. #kb -r 084 2c
  133. #kb -r 089 3e
  134. #kb -r 08a 0d
  135. #kb -r 08c 55
  136. #kb -r 08e 54
  137. #kb -r 143 0e
  138. #kb -r 15a 62
  139. #kb -r 220 30
  140. #kb -r 252 2f
  141.  
  142. #kb -g 081 44
  143. #kb -g 083 42
  144. #kb -g 084 2c
  145. #kb -g 089 3e
  146. #kb -g 08a 0d
  147. #kb -g 08c 55
  148. #kb -g 08e 54
  149. #kb -g 143 0e
  150. #kb -g 15a 62
  151. #kb -g 220 30
  152. #kb -g 252 2f
  153.  
  154. #kb -m 081 44
  155. #kb -m 083 42
  156. #kb -m 084 2c
  157. #kb -m 089 3e
  158. #kb -m 08a 0d
  159. #kb -m 143 0e
  160. #kb -m 15a 62
  161. #kb -m 220 30
  162. #kb -m 252 2f
  163.  
  164. rehash
  165.  
  166.